auto merge of #253 : jdeseno/cargo/find-root-manifest, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 24 Jul 2014 18:44:40 +0000 (18:44 +0000)
committerbors <bors@rust-lang.org>
Thu, 24 Jul 2014 18:44:40 +0000 (18:44 +0000)
A few of the sub-commands seem to use the same code for loading the project manifest.

I'd like to get rid of the nested matches but, I can't figure how to use something like `and_then` & `or_else` where the type is promoted (Option -> CargoResult etc.)


Trivial merge